box: Use widget child list in compute_size_for_orientation
authorTimm Bäder <mail@baedert.org>
Tue, 6 Feb 2018 21:11:01 +0000 (22:11 +0100)
committerTimm Bäder <mail@baedert.org>
Fri, 9 Feb 2018 10:36:53 +0000 (11:36 +0100)
commit5e9f5c17b5e502dd09fcb89672bcc535189c3188
tree8b83f3024ba1a786a84a5c8cb9bc0b6ce6881364
parentff5928754fc1618e3eb6f31fa9b7f187ffbbeeec
box: Use widget child list in compute_size_for_orientation

And remove the non-NULL checks for minimum_size and natural_size since
these are non-NULL by definition since this function is only called from
measure().
gtk/gtkbox.c